
Command Line: diskspd.exe -c10G -t2 -d60 -o16 -b64k -r -Suw -L -w20 test.dat

Input parameters:

	timespan:   1
	-------------
	duration: 60s
	warm up time: 5s
	cool down time: 0s
	measuring latency
	random seed: 0
	path: 'test.dat'
		think time: 0ms
		burst size: 0
		software cache disabled
		hardware write cache disabled, writethrough on
		performing mix test (read/write ratio: 80/20)
		block size: 65536
		using random I/O (alignment: 65536)
		number of outstanding I/O operations: 16
		thread stride size: 0
		threads per file: 2
		using I/O Completion Ports
		IO priority: normal



Results for timespan 1:
*******************************************************************************

actual test time:	60.01s
thread count:		2
proc count:		2

CPU |  Usage |  User  |  Kernel |  Idle
-------------------------------------------
   0|   4.89%|   0.52%|    4.37%|  95.11%
   1|   3.44%|   0.44%|    2.99%|  96.59%
-------------------------------------------
avg.|   4.17%|   0.48%|    3.68%|  95.85%

Total IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |      3306160128 |        50448 |      52.54 |     840.61 |   19.034 |    71.849 | test.dat (10240MB)
     1 |      3314417664 |        50574 |      52.67 |     842.71 |   18.984 |    71.528 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:        6620577792 |       101022 |     105.21 |    1683.32 |   19.009 |    71.689

Read IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |      2643787776 |        40341 |      42.01 |     672.20 |   14.306 |    52.584 | test.dat (10240MB)
     1 |      2647392256 |        40396 |      42.07 |     673.11 |   14.258 |    52.354 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:        5291180032 |        80737 |      84.08 |    1345.31 |   14.282 |    52.469

Write IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       662372352 |        10107 |      10.53 |     168.41 |   37.906 |   119.520 | test.dat (10240MB)
     1 |       667025408 |        10178 |      10.60 |     169.59 |   37.741 |   118.758 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:        1329397760 |        20285 |      21.13 |     338.01 |   37.824 |   119.138


  %-ile |  Read (ms) | Write (ms) | Total (ms)
----------------------------------------------
    min |      0.061 |      0.059 |      0.059
   25th |      0.254 |      0.446 |      0.274
   50th |      1.469 |      2.149 |      1.591
   75th |      6.231 |      4.818 |      5.694
   90th |     20.347 |     87.043 |     23.267
   95th |     42.634 |    375.578 |     74.631
   99th |    310.160 |    672.009 |    390.326
3-nines |    429.814 |    872.694 |    743.966
4-nines |    512.676 |   1072.248 |   1018.378
5-nines |    556.601 |   1073.942 |   1072.591
6-nines |    556.601 |   1073.942 |   1073.942
7-nines |    556.601 |   1073.942 |   1073.942
8-nines |    556.601 |   1073.942 |   1073.942
9-nines |    556.601 |   1073.942 |   1073.942
    max |    556.601 |   1073.942 |   1073.942
